home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / PROGBLER / ASMCODE2.LZH / TRACE02.DOC < prev    next >
Text File  |  1983-12-20  |  710b  |  24 lines

  1.  
  2.         TRACE02.COM
  3.         Copyright (C) 1983 By C.P. Fricano
  4.  
  5. This program will display the current values of the CS:IP
  6. registers. The CS:IP can be sampled a maximum of 18 times
  7. per second. This program must be the last inperupt handler loaded.
  8. The DOS command line looks like this:
  9.  
  10.         A>TRACE02 /xx
  11.  
  12. Where xx is a decimal dividend from 01 to 99.
  13. The sample time is figured by dividing 18.2 by the value of xx.
  14. For expamle: TRACE02 /01 ( or just TRACE02 ) will
  15. sample the CS:IP 18.2 times per second.
  16. TRACE02 /18 will sample the CS:IP aprox. 1 time per second.
  17.  
  18. Any comments or suggestions concerning this program should be
  19. addressed to:
  20.     Chuck Fricano
  21.     P.O. Box 16147
  22.     Pittsburgh , PA  15242
  23.  
  24.